home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / python-apt / html / _sources / apt / progress.txt < prev   
Encoding:
Text File  |  2009-03-30  |  803 b   |  38 lines

  1. :mod:`apt.progress` --- Classes for progress reporting
  2. ======================================================
  3. .. automodule:: apt.progress
  4.  
  5. .. warning::
  6.  
  7.     This class is currently under re-organisation. Therefore, the API may
  8.     change soon. The old names will still be kept until it is safe to remove
  9.     them.
  10.  
  11.  
  12.  
  13. Classes without output
  14. ----------------------
  15. .. autoclass:: FetchProgress
  16.     :members:
  17. .. autoclass:: OpProgress
  18.     :members:
  19. .. autoclass:: CdromProgress
  20.     :members:
  21. .. autoclass:: DumbInstallProgress
  22.     :members:
  23.  
  24. Implementing classes for text output
  25. ------------------------------------
  26. .. autoclass:: TextFetchProgress
  27.     :members:
  28. .. autoclass:: OpTextProgress
  29.     :members:
  30. .. autoclass:: InstallProgress
  31.     :members:
  32. .. autoclass:: DpkgInstallProgress
  33.     :members:
  34.  
  35.  
  36.  
  37.  
  38.